home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / unix / ch14 / 14fig06.wrl < prev    next >
Text File  |  1996-09-22  |  710b  |  39 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright [1997] By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Group {
  6.     children [
  7.         DEF ThreeRibbon Group {
  8.             children [
  9.                 DEF OneRibbon Transform {
  10.                     translation 0.0 0.0 -2.0
  11.                     children Inline {
  12.                         url "ribbon.wrl"
  13.                     }
  14.                 },
  15.                 Transform {
  16.                     rotation 0.0 1.0 0.0  0.52
  17.                     children USE OneRibbon
  18.                 },
  19.                 Transform {
  20.                     rotation 0.0 1.0 0.0  1.05
  21.                     children USE OneRibbon
  22.                 }
  23.             ]
  24.         },
  25.         Transform {
  26.             rotation 0.0 1.0 0.0  1.57
  27.             children USE ThreeRibbon
  28.         },
  29.         Transform {
  30.             rotation 0.0 1.0 0.0  3.14
  31.             children USE ThreeRibbon
  32.         },
  33.         Transform {
  34.             rotation 0.0 1.0 0.0  4.71
  35.             children USE ThreeRibbon
  36.         }
  37.     ]
  38. }
  39.